bump capabilty versions with oct changes#22149
Conversation
4046807 to
9a4d680
Compare
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Bumps pinned gitRef SHAs for several capabilities plugins in the private plugin install manifest.
Changes:
- Updated
gitRefforcron,readcontract,consensus,workflowevent,http_action, andhttp_triggerto a single newer commit SHA.
| - moduleURI: "github.com/smartcontractkit/capabilities/cron" | ||
| gitRef: "caad4730b7d4f28911967204045526bcd884cc83" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." | ||
| flags: "-tags timetzdata" | ||
| readcontract: | ||
| - moduleURI: "github.com/smartcontractkit/capabilities/readcontract" | ||
| gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." | ||
| consensus: | ||
| - moduleURI: "github.com/smartcontractkit/capabilities/consensus" | ||
| gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." | ||
| workflowevent: | ||
| - enabled: false | ||
| moduleURI: "github.com/smartcontractkit/capabilities/workflowevent" | ||
| gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." | ||
| httpaction: | ||
| - moduleURI: "github.com/smartcontractkit/capabilities/http_action" | ||
| gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." | ||
| httptrigger: | ||
| - moduleURI: "github.com/smartcontractkit/capabilities/http_trigger" | ||
| gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4" | ||
| gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360" | ||
| installPath: "." |
There was a problem hiding this comment.
PR description says "bump capability versions to latest", but this change only updates gitRef for cron/readcontract/consensus/workflowevent/http_* while chain_capabilities (evm/solana/aptos) remain pinned to different commits in the same capabilities repo. Please confirm this partial bump is intentional, or update the remaining capability plugins for consistency to avoid mixing potentially incompatible versions.
|





bump capability versions to latest with oct changes